System Entity Fields
This section provides description of DRUID system entity fields that are automatically filled in on entity / entity field creation and edit.
DRUID System Field |
Field Type |
Description |
---|---|---|
Id |
String |
An unique identifier of the entity / entity record. If you want to receive the Id value of type Integer or GUID, create another field to store the Id value. |
CreatedByUserId |
GUID |
The Id of the user who created the entity / entity field. |
CreatedOn |
DateTime |
The Date and time when the entity record was created. |
ModifiedByUserId |
GUID |
The Id of the user who last modified the entity record. |
ModifiedOn |
DateTime |
The Date and time when the entity /entity record was last modified. |
Name | String |
An entity / entity record has an unique Id and a Name. For example, a record of entity [[Employee]] has:
|
OperatedByBotId |
String |
The Id of the last bot that operated the entity record. |
For backwards compatibility, you can upgrade entities created in DRUID version prior 5.4 by following these steps:
- Navigate to the desired entity and select the Fields tab. Upon doing so, a notification will appear at the top of the page.
- Click on the Upgrade button displayed within the notification.
- Once you have reviewed the implications and are ready to proceed, click the Upgrade button to complete the process.
A pop-up window will appear, listing all new system entity fields relevant to the current entity.